Mega Code Archive

Categories
1) Android
2) ASP.Net
3) ASP.Net Tutorial
4) C
5) C Tutorial
6) C#
7) C# Book
8) C# by API
9) C# Tutorial
10) C++
11) C++ Tutorial
12) Delphi
13) Flash ActionScript
14) Flex
15) Java
16) Java Book
17) Java by API
18) Java Tutorial
19) JavaScript DHTML
20) JavaScript Reference
21) JavaScript Tutorial
22) MSOfficeExcel 2007 Tutorial
23) MSOfficePowerPoint 2007 Tutorial
24) MSOfficeWord 2007 Tutorial
25) MSSQL
26) MSSQL Tutorial
27) MySQL
28) MySQL Tutorial
29) Oracle PLSQL
30) Oracle PLSQL Tutorial
31) Perl
32) Php
33) PostgreSQL
34) Python
35) Python Tutorial
36) Ruby
37) Silverlight
38) VB.Net
39) VB.Net by API
40) VB.Net Tutorial
41) Visual C++ .NET
42) VisualBasic Script
43) XML
44) XML Tutorial
 
C# Tutorial
1) 2D Graphics
2) ADO Net
3) Assembly
4) Attribute
5) Class
6) Data Type
7) Date Time
8) Delegate
9) Design Patterns
10) Development
11) Directory Services
12) File Directory Stream
13) Generic
14) GUI Windows Forms
15) Internationalization
16) Language Basics
17) LINQ
18) Network
19) Operator
20) Operator Overload
21) Preprocessing Directives
22) Reflection
23) Regular Expression
24) Security
25) Statement
26) String
27) Struct
28) Thread
29) Unsafe
30) WCF
31) Windows
32) Workflow
33) WPF
34) XML
35) XML LINQ
Delegate
1) A simple delegate example
2) A static method is used as an event handler
3) A very simple event demonstration
4) Add both static and non-static function to a delegate
5) Advanced Event
6) An anonymous method
7) An anonymous method that returns a value
8) An anonymous method that takes an argument
9) An event multicast demonstration
10) Anonymous delegate method
11) Anonymous delegate methods
12) Anonymous method delegate invocation
13) Anonymous Methods
14) Chained Delegate
15) Construct a delegate using method group conversion
16) Create a delegate by declaration
17) Create generic delegate from reflection
18) Creating a new event
19) Creating an event
20) Declare a delegate and assigns a reference to either the WriteLine method or the ShowWindowsMessage method to its delegate instan
21) Define a delegate with no return value and no parameters
22) Delegate
23) Delegate and event
24) Delegate and Event handler
25) Delegate array
26) Delegate Combine
27) Delegate constaints
28) Delegate is a function pointer
29) Delegate with reference paramemters
30) Delegate with return values
31) Delegates can refer to instance methods
32) Delegates to Instance Members
33) Demonstrate a captured variable
34) Demonstrate multicasting
35) Generic Delegate
36) Generic Delegate list
37) Individual objects receive notifications when instance event handlers are used
38) Multicast delegates
39) Named-delegate invocation
40) Remove delegate from Multicast
41) Retrieving Even-Numbered Events
42) Retrieving Even-Numbered Events with the NET Delegate Convention
43) Return delegate from a method
44) Return Type Inference With Multiple Returns
45) Use a delegate to call object methods
46) Use delegate as the function parameter
47) Use delegate to reference two static functions
48) Uses the invocation list to calculate a factorial
49) Uses the reference parameter of a multicast delegate as a counter
50) Using a delegate to choose the right function to call
51) Using The Event Keyword